VisualForce Pages
iDigiAccountDetail
Replacement for the "Detail" view of the iDigi_Account__c object. Includes a button to refresh the list of iDigi Devices associated with the current account.
iDigiAccountNew
Replacement for the "New" view of the iDigi_Account__c object. Just shows the Username__c, Password__c and Server__c fields, along with a link to the iDigi server where you can create an account. Displays the Password__c as a "password" form field (hides password as entered by the user).
iDigiDeviceDetail
Replacement for the "Detail" view of the iDigi_Device__c object. Shows all of the device’s Dia Instances and Channels, along with links to sample charts (Apex and Google), some rollup fields and the most recent Dia Reading for each.
Includes a button to update the Dia Readings by making a request to the iDigi server.
iDigiDeviceDisabled
A page used in place of "View", "New" and "Clone" views of the iDigi_Device__c object, since all records are managed by Apex classes.
ChartDemo
A demonstration page showing how to display Dia Readings for a Channel using Apex Charts.
GoogleChartDemo
A demonstration page showing how to display Dia Readings for a Channel using Google Charts.
DiaChannelDisabled
A page used in place of "View", "New" and "Clone" views of the Dia_Channel__c object, since all records are managed by Apex classes.
DiaInstanceDisabled
A page used in place of "View", "New" and "Clone" views of the Dia_Instance__c object, since all records are managed by Apex classes.
DiaReadingDisabled
A page used in place of "View", "New" and "Clone" views of the Dia_Reading__c object, since all records are managed by Apex classes.
Back | Next
|